fix(deps): update all non-major dependencies#732
Merged
Conversation
bbfa40c to
910a6cc
Compare
910a6cc to
53c0c62
Compare
Member
|
@copilot Check tests, and fix oxlint related issues |
Agent-Logs-Url: https://github.com/vikejs/bati/sessions/ed4c5be6-b394-43d8-9ddc-44f55cdcb299 Co-authored-by: magne4000 <1098371+magne4000@users.noreply.github.com>
Contributor
Fixed in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.36.3→^1.37.1^4.20260511.1→^4.20260519.1^0.21.1→^0.21.2^9.1.1→^9.2.1^9.1.1→^9.2.1^2.12.1→^2.12.6^10.52.0→^10.53.1^10.52.0→^10.53.1^5.2.1→^5.3.0^10.52.0→^10.53.1^8.59.2→^8.59.4^8.59.2→^8.59.4^6.0.1→^6.0.2^6.0.6→^6.0.7^2.1121.0→^2.1122.0^2.253.1→^2.254.0^12.9.0→^12.10.0^10.12.12→^10.12.15^2.1121.0→^2.1122.0^5.5.19→^5.5.20^4.12.18→^4.12.19^0.29.0→^0.29.2^1.14.0→^1.16.0^0.5.2→^0.5.3^22.7.1→^22.7.2^1.63.0→^1.65.0^0.22.1→^0.23.0^24.43.0→^24.43.1^1.9.12→^1.9.13^4.21.0→^4.22.2^8.59.2→^8.59.4^0.6.21→^0.6.23^8.0.11→^8.0.13^11.0.3→^11.1.0^4.1.5→^4.1.6^4.90.0→^4.92.0^2.8.4→^2.9.0Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.37.1Compare Source
Patch Changes
#13922
23800f8Thanks @edmundhung! - Add a tunnel shortcut hint when CLI shortcuts are printedThe Cloudflare Vite plugin now includes a
t + entertunnel hint alongside the other CLI shortcuts it prints.#13920
f579e57Thanks @petebacondarwin! - HonorX-Forwarded-Protowhen constructing the Worker'srequest.urlWhen running the Vite dev server behind a TLS-terminating reverse proxy or tunnel, the Worker's
request.urlwas alwayshttp://...even though the client reached the server overhttps://.... This caused frameworks that perform Origin/Host checks (e.g. CSRF protection) to reject requests with403.The Vite plugin now reads the
X-Forwarded-Protoheader from the incoming request and uses it to set the protocol ofrequest.url. If the header is absent or invalid, the connection protocol is used as before. The same handling is applied to WebSocket upgrade URLs.Fixes #13801.
Updated dependencies [
19ed49a,3ff0a50,bf688f7,2e72c83,802eaf4,506aa02,8f5cdb1,be8a98c]:v1.37.0Compare Source
Minor Changes
#13903
7ce6f6fThanks @edmundhung! - Add named tunnel support to thecloudflare()Vite pluginYou can now expose your local dev server publicly with a stable hostname by configuring
tunnelwith a named Cloudflare Tunnel:If
autoStartis omitted or set tofalse, you can still start or close the tunnel by pressingt + enter.Patch Changes
d4794a8,58b4403,4352f87,a9e6741,da664d5,bdc398c,f781a2b,1420f10,c8be316]:v1.36.4Compare Source
Patch Changes
#13888
2af4ce0Thanks @jamesopstad! - Update Vite to v8.0.12This updates the bundled Vite module runner to include the bug fix in vitejs/vite#22369.
Updated dependencies [
4e44ce6,b0cee1d,d878e13,971dfe3,971dfe3,5d936c5]:cloudflare/workerd (@cloudflare/workers-types)
v4.20260519.1Compare Source
v4.20260518.1Compare Source
v4.20260517.1Compare Source
v4.20260516.1Compare Source
v4.20260515.1Compare Source
v4.20260514.1Compare Source
atlassian-labs/compiled (@compiled/react)
v0.21.2Compare Source
Patch Changes
51925d5: Fix class component prop types under TypeScript 6.ElementAttributesPropertyandElementChildrenAttributeare now declared as inline interfaces in theCompiledJSXnamespace rather than type aliases toJSX.ElementAttributesProperty/JSX.ElementChildrenAttribute. The aliases caused a circular reference when@compiled/reactis used asjsxImportSource(sinceJSXre-exportsCompiledJSX), which TypeScript 6 resolves differently — passing the class instance type toLibraryManagedAttributesinstead of the extracted props, making all class component props inaccessible in JSX.mantinedev/mantine (@mantine/core)
v9.2.1Compare Source
What's Changed
[@mantine/tiptap]Fix controls having stale state when built with react compiler (#8725)[@mantine/charts]Fix highlighted are being stuck at the previously hovered chart legend section if mouse is moved quickly (#8768)[@mantine/modals]Fix incorrect duplicate modals ids handling (#8736)[@mantine/core]Table: Fix th borders being rendered transparent ifstickyprop set (#8778)[@mantine/core]Fix error id not being passed toaria-describedbyin Checkbox, Radio and Switch components (#8820)[@mantine/core]Addaria-valuetextsupport to Slider and RangeSlider (#8871)[@mantine/schedule]MonthView: Improve multi-day events overlap rendering for maxed-out days (#8874)[@mantine/core]FixmergeMantineThememutatedDEFAULT_THEME.headings(#8875)[@mantine/hooks]use-debounced-value: Fixleadingcallback not being reset on timeout (#8833)[@mantine/core]Highlight: Add accent insensitive option support (#8890)[@mantine/form]Fix some handlers not being stable reference (#8891)[@mantine/dropzone]ChangeuseFsAccessApito false by default to make Dropzone compatible with all current browsers (#8876)[@mantine/schedule]Fix incorrect events positioning withintervalMinutes={60}(#8887)[@mantine/core]PinInput: Fix keyboard shorcuts being blocked on numeric input type (#8889)[@mantine/form]Fix default validators making form.validate return value async (#8880)[@mantine/core]Menu: Add safe polygon support for sub menus (#8888)[@mantine/core]ScrollArea: Fix Maximum update depth exceeded error[@mantine/core]TreeSelect: Fix focus to moving to input after clear button clickNew Contributors
Full Changelog: mantinedev/mantine@9.2.0...9.2.1
v9.2.0: 🔥Compare Source
View changelog with demos on mantine.dev website
Support Mantine development
You can now sponsor Mantine development with OpenCollective.
All funds are used to improve Mantine and create new features and components.
TreeSelect component
New TreeSelect component allows picking one or more values from hierarchical tree data.
It supports three selection modes: single, multiple, and checkbox (with parent-child cascade):
Tree select Combobox examples
New Combobox examples showing how to build tree select components
from Combobox primitives with connecting lines, expand/collapse chevrons, and proper indentation:
Notifications swipe dismissal
@mantine/notifications now supports dismissing notifications by dragging them
left or right, and with horizontal scroll swipe while hovered. Both interactions can be disabled
on
Notifications, and individual items can opt out withallowClose: false.use-drag hook
New use-drag hook handles pointer drag gestures with movement tracking,
velocity, direction and axis constraints. It uses the Pointer Events API and works with
both mouse and touch input:
InlineDateTimePicker component
New InlineDateTimePicker component renders a calendar
with a time picker inline, without a dropdown. It supports both default and range modes:
Set
type="range"to select a date and time range with two time inputs:DateTimePicker range support
DateTimePicker now supports
type="range"to selecta date and time range. In range mode, two time inputs are displayed in the dropdown
for start and end times:
DateTimePicker valueFormat function
DateTimePicker
valueFormatprop now accepts a function in additionto a dayjs format string. The callback receives the value as a
YYYY-MM-DD HH:mm:ssstring andreturns the formatted value, which is useful for cases that cannot be expressed with a dayjs
format string:
RollingNumber component
New RollingNumber component animates value changes with rolling digit
transitions. Each digit independently rolls to its new position when the value changes:
MaskInput improvements
MaskInput now supports a
resetRefprop that assigns a function thatclears the input value imperatively. This is useful because
MaskInputis uncontrolledinternally, so setting
valuefrom a parent does not clear it:MaskInputintegration with use-form is now documented. UsedefaultValueto seed the initial value and
onChangeRawto write the raw value to form state:SankeyChart component
New SankeyChart component visualizes flow between nodes as a Sankey diagram
where the width of each link is proportional to the flow value:
Reorder pills in MultiSelect and TagsInput
MultiSelect and TagsInput now support reordering
selected pills. Set the new
withPillsReorderprop to enable it. Pills can be reordered witha mouse (drag-and-drop) or keyboard:
Taborder.ArrowLeftfrom the input (caret at start) movesfocus to the last pill.
ArrowLeftandArrowRightnavigate between pills (RTL-aware).ArrowRighton the lastpill returns focus to the input.
Alt + ArrowLeftandAlt + ArrowRightreorder the focused pill (RTL-aware). Focus followsthe moved pill so chained moves work.
Reordering is automatically disabled when
disabledorreadOnlyis set. Custom pill renderersreceive a
reorderPropspayload that can be spread onto the pill element to keep reorderingworking:
Restrict Tree drop targets
Tree component now supports restricting drop targets with the new
allowDropprop.The callback receives
{ draggedNode, targetNode, position }and returningfalsehides the dropindicator and rejects the drop, so users get proper visual feedback before releasing:
Tree drag handle
Tree component now supports restricting drag initiation to a dedicated handle with
the new
withDragHandleprop. The handle spreadsdragHandlePropsfrom therenderNodepayload.This is useful when a node contains interactive controls (inputs, buttons) that would otherwise
interfere with dragging:
Shared default props for all inputs
Default props set on
InputandInput.Wrapperintheme.componentsnow cascade to everycomponent built on top of them (TextInput, Textarea,
NumberInput, Select, DateInput,
and others). This makes it possible to apply shared
size,radius,variant,withAsteriskand other props to all inputs at once, while still overriding individual components with their
own default props:
Per-day business hours in WeekView
WeekView
businessHoursprop now accepts a per-day object keyed by day ofthe week (
0– Sunday,6– Saturday) in addition to the shared[start, end]tuple. Daysmissing from the object or set to
nullare rendered as fully outside business hours, making iteasy to model partial workdays and non-working days:
netlify/primitives (@netlify/vite-plugin)
v2.12.6Compare Source
Dependencies
v2.12.5Compare Source
Dependencies
v2.12.4Compare Source
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.